/* styles.css */

/* Black */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Black Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Bold Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy SemiBold Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Medium Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Light Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Thin */
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./SVN-Gilroy Thin Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
